/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | 
    \\  /    A nd           | 
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      setFieldsDict;
}

// 1. Initial State: Unburnt stoichiometric surrogate B/air

defaultFieldValues
(
    volScalarFieldValue T 443
   
    volScalarFieldValue C10H22 0.0215
    volScalarFieldValue C8H18 0.0096
    volScalarFieldValue MCH 0.0204
    volScalarFieldValue C7H8  0.0113
    volScalarFieldValue O2 0.2198
    volScalarFieldValue N2 0.7174
);


regions
(
    boxToCell
    {
        box (0 0 0) (0.02 0.005 0.005);
        fieldValues
        (
            volScalarFieldValue T 1200
            volScalarFieldValue C10H22 0
            volScalarFieldValue C8H18 0
            volScalarFieldValue MCH 0
            volScalarFieldValue C7H8 0
            volScalarFieldValue O2 0.05
            volScalarFieldValue CO2 0.12
            volScalarFieldValue H2O 0.11
            volScalarFieldValue N2 0.72 
        );
    }
);
// ************************************************************************* //

